Hi, I want to make a report with data of multi-modules DOORS with a link to a format Excel. Somebody are an idea ? Thanks for you help. Anne-Laure rinceannelaure - Mon Aug 26 12:46:52 EDT 2013 |
Re: Export data from DOORS to Excel You can try adding a layout DXL column which pulls out data from linked modules and shows in a view. You can explore few inbuilt layout DXL(see attached image) or write your own DXL code. Note that by default layout DXL code runs for each object in module. Once they view is ready you can export to excel. Attachments layoutDxl.png |
Re: Export data from DOORS to Excel IMHO The most flexible way would be to export to csv then on the Excel side import the csv into the format you want with somce VBA code |